home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / DESKLIBC / SOURCES.ZIP / DeskLib / !DLSources / Libraries / Save / DLLDef next >
Text File  |  1995-08-23  |  255b  |  24 lines

  1. ;
  2. ; cdll definition file for <name>
  3. ;
  4.  
  5. name "DeskLib.Save"
  6.   version 1.02
  7.   author "DeskLib"
  8.  
  9. ; --- Exported symbols ---
  10.  
  11. exports
  12. {
  13.   Save_SetFiletype
  14.   Save_InitSaveWindowHandler
  15.   Save_ReleaseSaveHandlers
  16. }
  17.  
  18. ; --- Object files ---
  19.  
  20. objects
  21. {
  22.   o.Save
  23. }
  24.